/* Add your custom CSS styles here */
/* Update the navbar style */

body {
  font-family: "Open Sans", sans-serif;
  color: #ffffff;
}

a{
  color: #0563bb;
  text-decoration: none;
}

a:hover {
  color: #067ded;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Raleway", sans-serif;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #0563bb;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #0678e3;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #0563bb;
  border-top-color: #fff;
  border-bottom-color: #fff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: animate-preloader 1s linear infinite;
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 9997;
  transition: all 0.5s;
  padding: 15px;
  overflow-y: auto;
}

@media (max-width: 991px) {
  #header {
    width: 300px;
    background: #fff;
    border-right: 1px solid #e6e9ec;
    left: -300px;
  }
}

@media (min-width: 991px) {
  #main {
    margin-left: 100px;
  }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.nav-menu {
  padding: 0;
  display: block;
}

.nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu>ul>li {
  position: relative;
  white-space: nowrap;
}

.nav-menu a,
.nav-menu a:focus {
  display: flex;
  align-items: center;
  color: #45505b;
  padding: 10px 18px;
  margin-bottom: 80px;
  transition: 0.3s;
  font-size: 15px;
  border-radius: 50px;
  background: #f2f3f5;
  height: 56px;
  width: 100%;
  overflow: hidden;
  transition: 0.3s;
}

.nav-menu a i,
.nav-menu a:focus i {
  font-size: 20px;
}

.nav-menu a span,
.nav-menu a:focus span {
  padding: 0 5px 0 7px;
  color: #45505b;
}

@media (min-width: 992px) {

  .nav-menu a,
  .nav-menu a:focus {
    width: 56px;
  }

  .nav-menu a span,
  .nav-menu a:focus span {
    display: none;
    color: #fff;
  }
}

.nav-menu a:hover,
.nav-menu .active,
.nav-menu .active:focus,
.nav-menu li:hover>a {
  color: #b23131;
  background: #0563bb;
}

.nav-menu a:hover span,
.nav-menu .active span,
.nav-menu .active:focus span,
.nav-menu li:hover>a span {
  color: #fff;
}

.nav-menu a:hover,
.nav-menu li:hover>a {
  width: 100%;
  color: #fff;
}

.nav-menu a:hover span,
.nav-menu li:hover>a span {
  display: block;
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  position: fixed;
  right: -10px;
  top: 10px;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 28px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 0;
  cursor: pointer;
  border-radius: 50px;
  padding: 5px;
}

.mobile-nav-toggle i {
  color: #45505b;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active #header {
  left: 0;
}

.mobile-nav-active .mobile-nav-toggle {
  color: #e81f1f;
  background-color: #0563bb;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 100vh;
  background: url("../img/xhemati.jpg") top center no-repeat;
  background-size: cover;
  position: relative;
}

@media (min-width: 992px) {
  #hero {
    padding-left: 160px;
  }
}

#hero:before {
  content: "";
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0.5;

}
#hero h1 {
    margin: 0;
    font-size: 64px;
    font-weight: 700;
    line-height: 56px;
    color: black !important; /* Add !important to ensure it overrides other styles */
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#heroone {
  width: 100%;
  height: 100vh;
  background: url("../img/jeton_hero.jpg") top right no-repeat;
  background-size: cover;
  position: relative;
}

@media (min-width: 992px) {
  #heroone {
    padding-left: 160px;
  }
}

#heroone:before {
  content: "";
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#heroone h1 {
  margin: 0;
  font-size: 64px;
  font-weight: 700;
  line-height: 56px;
  color: #45505b;
}

#heroone p {
  color: #45505b;
  margin: 15px 0 0 0;
  font-size: 26px;
  font-family: "Poppins", sans-serif;
}

#heroone p span {
  color: #0563bb;
  letter-spacing: 1px;
}

#heroone .social-links {
  margin-top: 30px;
}

#heroone .social-links a {
  font-size: 24px;
  display: inline-block;
  color: #45505b;
  line-height: 1;
  margin-right: 20px;
  transition: 0.3s;
}

#heroone .social-links a:hover {
  color: #0563bb;
}

@media (max-width: 992px) {
  #heroone {
    text-align: center;
  }

  #heroone h1 {
    font-size: 32px;
    line-height: 36px;
  }

  #heroone p {
    margin-top: 10px;
    font-size: 20px;
    line-height: 24px;
  }
}

/* heo end section */
.black-text {
    color: black !important;
  }
  

  

.navbar {
  background-color: #de1010;
}
.navbar-toggler{
    background-color: black;
    color: red;
}
.smaller-toggler .navbar-toggler-icon {
  font-size: 40px; /* Set your desired font size for the icon */
}
@media (max-width: 992px) {
  .navbar-toggler .navbar-toggler-icon {
    /* width: 10px;
    height: 10px; */
    font-size: 8px; /* Set your desired font size for the icon */


  }
}

.navbar-brand {
  font-size: 1.5rem;
  font-weight: bold;
  left: 20%;
}

@media (max-width: 992px) {
  .navbar-brand {
    font-size: 1rem;
    padding-right: 45px;
  }
  }

/* Update the home section style */
#home {
  background-image: url("");
  background-size: cover;
  background-position: center;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #a70000;
}
#home h1 {
  font-size: 4rem;
  margin-bottom: 2rem;
}
#home p {
  font-size: 1.5rem;
  margin-bottom: 2rem;
}
/* Update the services section style */
#services {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
#services h2 {
  color: black;
  font-size: 2.5rem;
  margin-bottom: 4rem;
}
#services h1 {
  font-size: 1.5rem;
}
#services span{
  color: gray; 
}
#services div{
  padding-bottom: 40px;
}
.card {
  border: none;
  transition: all 0.3s ease-in-out;
}
.card:hover {
  transform: translateY(-5px);
}
/* Update the contact section style */
#contact {
  background-color: #f9f9f9;
  padding-top: 6rem;
  padding-bottom: 6rem;
}
#contact h2 {
  font-size: 2.5rem;
  margin-bottom: 4rem;
}
.form-group label {
  font-size: 1.2rem;
  font-weight: bold;
}
.form-control {
  height: 3rem;
}
/* Update the footer style */
footer {
  background-color: #fff5f5;
  color: #fff;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
footer p {
  margin-bottom: 0;
}
.welcome{
    color: red;
}
.foto{
  margin-top: 100px;
  max-height: 100%;
  width: 1000px;
  
}
.ngjyra{
    background-color: #f2f2f2;
    color: red;
}
/* Styling for the heroone section */
.heroone {
  position: absolute;
  top: 60%;
  left: 30%;
  width: 100%;
  background: url("path-to-your-background-image.jpg") top right no-repeat;
  background-size: cover;
  height: 100vh;
  color: #45505b; /* Text color for the section */
  font-family: "Poppins", sans-serif;
  text-align: center;
}

/* Container within heroone section */
.heroone .container {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}

/* Styling for the h1 element */
.heroone h1 {
  margin: 0;
  font-size: 64px;
  font-weight: 700;
  line-height: 56px;
  color: #45505b; /* Text color for the h1 */
}

/* Styling for the p element */
.heroone p {
  margin: 15px 0 0 0;
  font-size: 26px;
}

/* Styling for the typed span element */
/* Jasir Krasniqi color */
.heroone .typed {
  color: #e2eaf2; /* Color for the typed text */
  letter-spacing: 1px;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}

/* Styling for the social links */
.heroone .social-links {
  margin-top: 30px;
}

.heroone .social-links a {
  font-size: 24px;
  color: #45505b; /* Color for social icons */
  margin-right: 20px;
  text-decoration: none;
  transition: 0.3s;
}

.heroone .social-links a:hover {
  color: #0563bb; /* Color on hover for social icons */
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about .content h3 {
  font-weight: 700;
  font-size: 26px;
  color: #173b6c;
}
.about .content ul {
  list-style: none;
  padding: 0;
}
.about .content ul li {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}
.about .content ul strong {
  margin-right: 10px;
}
.about .content ul i {
  font-size: 16px;
  margin-right: 5px;
  color: #149ddd;
  line-height: 0;
}
.about .content p:last-child {
  margin-bottom: 0;
}
.about{
  color: black;
}
#logo{
  max-width: 90px; 
  max-height: 90px;
  padding-right: 20px;
}

@media (max-width: 992px) {
  #logo {
    max-width: 60px; 
    max-height: 60px;
  }
  }


.hidden {
  display: none;
}
.hiddentext{
  display: none;
}
.notifications{
  background-color: #ffffff ;
}  
.notifications p{
  color: black;
}
.notifications span{
  color: gray; 
  font-size: 14px
}
.videos{
  background-color: #f8f8f8f4 ;
}


.about h2 , p {
  color: black;
}
.navbar-nav {
  margin-left: 50% !important;
}

/* Custom styles for the mobile navigation */
.navbar-toggler-icon {
  background-color: #9d9d9d;
}

@media (max-width: 767px) {
  .navbar-nav {
    position: absolute;
    top: 65px;
    right: 0;
    background-color: #9d9d9d;
  }

  .nav-item {
    padding: 10px 15px;
    border-bottom: 1px solid #555;
  }

  .nav-link {
    color: black !important;
    right: 30%;
  }
}

.mobile-nav {
  display: none;
}

.mobile-nav-toggle {
  position: fixed;
  right: 10px;
  top: 10px;
  z-index: 9998;
  /* Add your styling here */
}



@media screen and (max-width: 768px) {
  /* .nav-menu {
    display: none; 
  }

  .mobile-nav {
    display: block; 
  } */
  
#mobileNavMenu {
  background-color: #333; /* Background color for the mobile menu */
  position: absolute;
  top: 60px; /* Adjust the top position as needed */
  right: 10px; /* Adjust the right position as needed */
  display: none;
  width: 200px; /* Adjust the width as needed */
  padding: 10px;
  border: 1px solid #555;
  border-radius: 5px;
  z-index: 999; /* Make sure it's above other elements */
}
/* Style for mobile navigation links */
#mobileNavMenu a {
  color: #fff; /* Link text color */
  display: block;
  padding: 5px 0;
  text-decoration: none;
  transition: background-color 0.3s; /* Add a smooth transition effect */
}

/* Hover effect for mobile navigation links */
#mobileNavMenu a:hover {
  background-color: #555; /* Background color on hover */
}
}

.mobile-nav:active{
  display: block;
}

/* Style for the scroll-to-top button */
.scroll-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
}

.square-button {
  width: 50px;
  height: 50px;
  background-color: #1e82ee;
  color: #f70000;
  border: none;
  border-radius: 5px;
  font-size: 24px;
  text-align: center;
  line-height: 50px;
  text-decoration: none;
  cursor: pointer;
}

.square-button:hover {
  background-color: #0056b3;
}
.fa-youtube{
  color: red;
  
  /* background-color: #0056b3; */
}
